3.12 \(\int x^4 \cosh ^{-1}(a x)^2 \, dx\)

Optimal. Leaf size=132 \[ -\frac {16 \sqrt {a x-1} \sqrt {a x+1} \cosh ^{-1}(a x)}{75 a^5}+\frac {16 x}{75 a^4}-\frac {8 x^2 \sqrt {a x-1} \sqrt {a x+1} \cosh ^{-1}(a x)}{75 a^3}+\frac {8 x^3}{225 a^2}+\frac {1}{5} x^5 \cosh ^{-1}(a x)^2-\frac {2 x^4 \sqrt {a x-1} \sqrt {a x+1} \cosh ^{-1}(a x)}{25 a}+\frac {2 x^5}{125} \]

[Out]

16/75*x/a^4+8/225*x^3/a^2+2/125*x^5+1/5*x^5*arccosh(a*x)^2-16/75*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)/a^5-
8/75*x^2*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)/a^3-2/25*x^4*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)/a

________________________________________________________________________________________

Rubi [A]  time = 0.49, antiderivative size = 132, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {5662, 5759, 5718, 8, 30} \[ \frac {8 x^3}{225 a^2}-\frac {8 x^2 \sqrt {a x-1} \sqrt {a x+1} \cosh ^{-1}(a x)}{75 a^3}+\frac {16 x}{75 a^4}-\frac {16 \sqrt {a x-1} \sqrt {a x+1} \cosh ^{-1}(a x)}{75 a^5}+\frac {1}{5} x^5 \cosh ^{-1}(a x)^2-\frac {2 x^4 \sqrt {a x-1} \sqrt {a x+1} \cosh ^{-1}(a x)}{25 a}+\frac {2 x^5}{125} \]

Antiderivative was successfully verified.

[In]

Int[x^4*ArcCosh[a*x]^2,x]

[Out]

(16*x)/(75*a^4) + (8*x^3)/(225*a^2) + (2*x^5)/125 - (16*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*ArcCosh[a*x])/(75*a^5) -
(8*x^2*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*ArcCosh[a*x])/(75*a^3) - (2*x^4*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*ArcCosh[a*x])
/(25*a) + (x^5*ArcCosh[a*x]^2)/5

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 5662

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*ArcC
osh[c*x])^n)/(d*(m + 1)), x] - Dist[(b*c*n)/(d*(m + 1)), Int[((d*x)^(m + 1)*(a + b*ArcCosh[c*x])^(n - 1))/(Sqr
t[-1 + c*x]*Sqrt[1 + c*x]), x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0] && NeQ[m, -1]

Rule 5718

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d1_) + (e1_.)*(x_))^(p_.)*((d2_) + (e2_.)*(x_))^(p_.), x_
Symbol] :> Simp[((d1 + e1*x)^(p + 1)*(d2 + e2*x)^(p + 1)*(a + b*ArcCosh[c*x])^n)/(2*e1*e2*(p + 1)), x] - Dist[
(b*n*(-(d1*d2))^IntPart[p]*(d1 + e1*x)^FracPart[p]*(d2 + e2*x)^FracPart[p])/(2*c*(p + 1)*(1 + c*x)^FracPart[p]
*(-1 + c*x)^FracPart[p]), Int[(-1 + c^2*x^2)^(p + 1/2)*(a + b*ArcCosh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c,
 d1, e1, d2, e2, p}, x] && EqQ[e1 - c*d1, 0] && EqQ[e2 + c*d2, 0] && GtQ[n, 0] && NeQ[p, -1] && IntegerQ[p + 1
/2]

Rule 5759

Int[(((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_))/(Sqrt[(d1_) + (e1_.)*(x_)]*Sqrt[(d2_) + (e2_
.)*(x_)]), x_Symbol] :> Simp[(f*(f*x)^(m - 1)*Sqrt[d1 + e1*x]*Sqrt[d2 + e2*x]*(a + b*ArcCosh[c*x])^n)/(e1*e2*m
), x] + (Dist[(f^2*(m - 1))/(c^2*m), Int[((f*x)^(m - 2)*(a + b*ArcCosh[c*x])^n)/(Sqrt[d1 + e1*x]*Sqrt[d2 + e2*
x]), x], x] + Dist[(b*f*n*Sqrt[d1 + e1*x]*Sqrt[d2 + e2*x])/(c*d1*d2*m*Sqrt[1 + c*x]*Sqrt[-1 + c*x]), Int[(f*x)
^(m - 1)*(a + b*ArcCosh[c*x])^(n - 1), x], x]) /; FreeQ[{a, b, c, d1, e1, d2, e2, f}, x] && EqQ[e1 - c*d1, 0]
&& EqQ[e2 + c*d2, 0] && GtQ[n, 0] && GtQ[m, 1] && IntegerQ[m]

Rubi steps

\begin {align*} \int x^4 \cosh ^{-1}(a x)^2 \, dx &=\frac {1}{5} x^5 \cosh ^{-1}(a x)^2-\frac {1}{5} (2 a) \int \frac {x^5 \cosh ^{-1}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx\\ &=-\frac {2 x^4 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{25 a}+\frac {1}{5} x^5 \cosh ^{-1}(a x)^2+\frac {2 \int x^4 \, dx}{25}-\frac {8 \int \frac {x^3 \cosh ^{-1}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx}{25 a}\\ &=\frac {2 x^5}{125}-\frac {8 x^2 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{75 a^3}-\frac {2 x^4 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{25 a}+\frac {1}{5} x^5 \cosh ^{-1}(a x)^2-\frac {16 \int \frac {x \cosh ^{-1}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx}{75 a^3}+\frac {8 \int x^2 \, dx}{75 a^2}\\ &=\frac {8 x^3}{225 a^2}+\frac {2 x^5}{125}-\frac {16 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{75 a^5}-\frac {8 x^2 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{75 a^3}-\frac {2 x^4 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{25 a}+\frac {1}{5} x^5 \cosh ^{-1}(a x)^2+\frac {16 \int 1 \, dx}{75 a^4}\\ &=\frac {16 x}{75 a^4}+\frac {8 x^3}{225 a^2}+\frac {2 x^5}{125}-\frac {16 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{75 a^5}-\frac {8 x^2 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{75 a^3}-\frac {2 x^4 \sqrt {-1+a x} \sqrt {1+a x} \cosh ^{-1}(a x)}{25 a}+\frac {1}{5} x^5 \cosh ^{-1}(a x)^2\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.12, size = 80, normalized size = 0.61 \[ \frac {\frac {240 x}{a^4}+\frac {40 x^3}{a^2}-\frac {30 \sqrt {a x-1} \sqrt {a x+1} \left (3 a^4 x^4+4 a^2 x^2+8\right ) \cosh ^{-1}(a x)}{a^5}+225 x^5 \cosh ^{-1}(a x)^2+18 x^5}{1125} \]

Antiderivative was successfully verified.

[In]

Integrate[x^4*ArcCosh[a*x]^2,x]

[Out]

((240*x)/a^4 + (40*x^3)/a^2 + 18*x^5 - (30*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*(8 + 4*a^2*x^2 + 3*a^4*x^4)*ArcCosh[a*
x])/a^5 + 225*x^5*ArcCosh[a*x]^2)/1125

________________________________________________________________________________________

fricas [A]  time = 0.58, size = 99, normalized size = 0.75 \[ \frac {225 \, a^{5} x^{5} \log \left (a x + \sqrt {a^{2} x^{2} - 1}\right )^{2} + 18 \, a^{5} x^{5} + 40 \, a^{3} x^{3} - 30 \, {\left (3 \, a^{4} x^{4} + 4 \, a^{2} x^{2} + 8\right )} \sqrt {a^{2} x^{2} - 1} \log \left (a x + \sqrt {a^{2} x^{2} - 1}\right ) + 240 \, a x}{1125 \, a^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*arccosh(a*x)^2,x, algorithm="fricas")

[Out]

1/1125*(225*a^5*x^5*log(a*x + sqrt(a^2*x^2 - 1))^2 + 18*a^5*x^5 + 40*a^3*x^3 - 30*(3*a^4*x^4 + 4*a^2*x^2 + 8)*
sqrt(a^2*x^2 - 1)*log(a*x + sqrt(a^2*x^2 - 1)) + 240*a*x)/a^5

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*arccosh(a*x)^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:sym2
poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

________________________________________________________________________________________

maple [A]  time = 0.05, size = 112, normalized size = 0.85 \[ \frac {\frac {\mathrm {arccosh}\left (a x \right )^{2} a^{5} x^{5}}{5}-\frac {16 \sqrt {a x -1}\, \sqrt {a x +1}\, \mathrm {arccosh}\left (a x \right )}{75}-\frac {2 \,\mathrm {arccosh}\left (a x \right ) a^{4} x^{4} \sqrt {a x -1}\, \sqrt {a x +1}}{25}-\frac {8 \,\mathrm {arccosh}\left (a x \right ) \sqrt {a x -1}\, \sqrt {a x +1}\, a^{2} x^{2}}{75}+\frac {16 a x}{75}+\frac {2 x^{5} a^{5}}{125}+\frac {8 x^{3} a^{3}}{225}}{a^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*arccosh(a*x)^2,x)

[Out]

1/a^5*(1/5*arccosh(a*x)^2*a^5*x^5-16/75*(a*x-1)^(1/2)*(a*x+1)^(1/2)*arccosh(a*x)-2/25*arccosh(a*x)*a^4*x^4*(a*
x-1)^(1/2)*(a*x+1)^(1/2)-8/75*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)*a^2*x^2+16/75*a*x+2/125*x^5*a^5+8/225*x
^3*a^3)

________________________________________________________________________________________

maxima [A]  time = 0.68, size = 99, normalized size = 0.75 \[ \frac {1}{5} \, x^{5} \operatorname {arcosh}\left (a x\right )^{2} - \frac {2}{75} \, {\left (\frac {3 \, \sqrt {a^{2} x^{2} - 1} x^{4}}{a^{2}} + \frac {4 \, \sqrt {a^{2} x^{2} - 1} x^{2}}{a^{4}} + \frac {8 \, \sqrt {a^{2} x^{2} - 1}}{a^{6}}\right )} a \operatorname {arcosh}\left (a x\right ) + \frac {2 \, {\left (9 \, a^{4} x^{5} + 20 \, a^{2} x^{3} + 120 \, x\right )}}{1125 \, a^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*arccosh(a*x)^2,x, algorithm="maxima")

[Out]

1/5*x^5*arccosh(a*x)^2 - 2/75*(3*sqrt(a^2*x^2 - 1)*x^4/a^2 + 4*sqrt(a^2*x^2 - 1)*x^2/a^4 + 8*sqrt(a^2*x^2 - 1)
/a^6)*a*arccosh(a*x) + 2/1125*(9*a^4*x^5 + 20*a^2*x^3 + 120*x)/a^4

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int x^4\,{\mathrm {acosh}\left (a\,x\right )}^2 \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*acosh(a*x)^2,x)

[Out]

int(x^4*acosh(a*x)^2, x)

________________________________________________________________________________________

sympy [A]  time = 3.42, size = 122, normalized size = 0.92 \[ \begin {cases} \frac {x^{5} \operatorname {acosh}^{2}{\left (a x \right )}}{5} + \frac {2 x^{5}}{125} - \frac {2 x^{4} \sqrt {a^{2} x^{2} - 1} \operatorname {acosh}{\left (a x \right )}}{25 a} + \frac {8 x^{3}}{225 a^{2}} - \frac {8 x^{2} \sqrt {a^{2} x^{2} - 1} \operatorname {acosh}{\left (a x \right )}}{75 a^{3}} + \frac {16 x}{75 a^{4}} - \frac {16 \sqrt {a^{2} x^{2} - 1} \operatorname {acosh}{\left (a x \right )}}{75 a^{5}} & \text {for}\: a \neq 0 \\- \frac {\pi ^{2} x^{5}}{20} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4*acosh(a*x)**2,x)

[Out]

Piecewise((x**5*acosh(a*x)**2/5 + 2*x**5/125 - 2*x**4*sqrt(a**2*x**2 - 1)*acosh(a*x)/(25*a) + 8*x**3/(225*a**2
) - 8*x**2*sqrt(a**2*x**2 - 1)*acosh(a*x)/(75*a**3) + 16*x/(75*a**4) - 16*sqrt(a**2*x**2 - 1)*acosh(a*x)/(75*a
**5), Ne(a, 0)), (-pi**2*x**5/20, True))

________________________________________________________________________________________